翻訳と辞書
Words near each other
・ NWA Hollywood
・ NWA Illinois Heavyweight Championship
・ NWA Independent World Heavyweight Championship
・ NWA Intercontinental Tag Team Championship
・ NVI
・ Nvi
・ NVI F.K.29
・ NVI F.K.31
・ NVI F.K.32
・ NVI F.K.33
・ NVI F.K.34
・ NVI F.K.35
・ Nvidia
・ Nvidia 3D Vision
・ NVIDIA BR02
NVIDIA CUDA Compiler
・ Nvidia Ion
・ Nvidia NVENC
・ Nvidia Optimus
・ Nvidia PureVideo
・ Nvidia Quadro
・ Nvidia Quadro Plex
・ Nvidia Shadowplay
・ Nvidia System Tools
・ Nvidia Tesla
・ Nvidia Tesla Personal Supercomputer
・ NVIR
・ NVIS
・ NVISH Solutions
・ Nvision


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

NVIDIA CUDA Compiler : ウィキペディア英語版
NVIDIA CUDA Compiler

Nvidia CUDA Compiler (NVCC) is a proprietary compiler by Nvidia intended for use with CUDA. CUDA codes runs on both the CPU and GPU. NVCC separates these two parts and sends host code (the part of code which will be run on the CPU) to a C compiler like GCC or Intel C++ Compiler (ICC) or Microsoft Visual C Compiler, and sends the device code (the part which will run on the GPU) to the GPU. The device code is further compiled by NVCC.
Any source file containing CUDA language extensions (.cu) must be compiled with nvcc. NVCC is a compiler driver which works by invoking all the necessary tools and compilers like cudacc, g++, cl, etc. NVCC can output either C code (CPU Code) that must then be compiled with the rest of the application using another tool or PTX or object code directly. An executable with CUDA code requires: the CUDA core library (cuda) and the CUDA runtime library (cudart).
Other widely used libraries:
* CUBLAS: BLAS implementation
* CUFFT: FFT implementation
* CUDPP (Data Parallel Primitives): Reduction, Scan, Sort.
* Thrust: Reduction, Scan, Sort.
== See also ==

* OpenCL
* Heterogeneous System Architecture

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「NVIDIA CUDA Compiler」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.